.box-zzsc{width:1280px; position:relative; margin:20px auto}

.ctrl-panel{position:absolute; right:20px; top:480px; z-index:1000;}

.m-page{display:block; width:25px; height:25px; text-align:center; background: #C33; float:left; display:inline; margin-left:10px; line-height:25px; color:#fff; font-size:13px;}

.m-page:hover{text-decoration:none; color:#fff;}

.focus{background:#003;}

.scroll-wrap {overflow:hidden; width:1280px; position:relative; height:534px;}

.scroll_box_content {position:absolute}

.content_list { float:left; width:1280px; height:534px; cursor:pointer;}

/* 最外层 */




.Main{width: 100%;height: 534px;min-width: 1000px;position: relative;margin: 0 auto; margin-top:0px;}
/* 切换按钮最外层,用于垂直定位 */
.SrollBar{height: 70px;position: absolute;left: 0;bottom:260px;width: 100%; display:none;}
/* 切换按钮里层,用于水平居中 */
.CenterDiv{height: 70px;width: 100%;margin: 0 auto;}
/* 图片切换,即UL */
.Display{width: 100%;height: 534px;overflow: hidden;}
.Display li{width: 100%;height: 534px;display: none;}
/* 把图片替换成背景时用的Div */
.InnerDiv{width: 100%;height:  534px;background-repeat: no-repeat;background-position: center;}
/* 左边按钮 */
.ToLeft{width: 42px;height: 70px;cursor: pointer;float: left;background-image: url(../images/1.png);}
.ToLeft:hover{background-image: url(../images/1.png);}
/* 右边按钮 */
.ToRight{width: 42px;height: 70px;cursor: pointer;float: right;background-image: url(../images/2.png);}
.ToRight:hover{background-image: url(../images/2.png);}
.Main:hover .SrollBar{ display:block;}